home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / progjour / 1991 / 03 / testatom.mak < prev    next >
Text File  |  1991-02-22  |  813b  |  39 lines

  1. #
  2. #
  3.  
  4. .ASM.OBJ:
  5.         masm    $* /t/zi;
  6. #        optasm    $* /g/t/zi;
  7. #        tasm    $*;
  8.  
  9. atom.obj:    atom.asm asm.inc
  10.  
  11. dos_errs.obj:    dos_errs.asm asm.inc
  12.  
  13. global.obj:    global.asm asm.inc
  14.  
  15. malloc.obj:    malloc.asm asm.inc
  16.  
  17. misc.obj:    misc.asm asm.inc
  18.  
  19. perror.obj:    perror.asm asm.inc
  20.  
  21. putchar.obj:    putchar.asm asm.inc
  22.  
  23. puts.obj:    puts.asm asm.inc
  24.  
  25. startup2.obj:    startup2.asm asm.inc
  26.  
  27. stream.obj:    stream.asm asm.inc
  28.  
  29. strerror.obj:    strerror.asm asm.inc
  30.  
  31. strncpy.obj:    strncpy.asm asm.inc
  32.  
  33. testatom.obj:    testatom.asm asm.inc
  34.  
  35. testatom.exe:    atom.obj misc.obj global.obj malloc.obj startup2.obj \
  36.         stream.obj strncpy.obj testatom.obj puts.obj putchar.obj \
  37.         strerror.obj perror.obj dos_errs.obj
  38.  link testatom+atom+dos_errs+global+malloc+misc+perror+putchar+puts+startup2+stream+strerror+strncpy/co/map;
  39.